Just FYI, current versions of Entities don’t mandate BurstCompile on the ISystem struct when you’re writing Burst-compiled callbacks like OnCreate/OnDestroy/OnUpdate.
Jobs require BurstCompile to be declared on the struct. It shouldn’t be inferred from any containing type.