public static void Send <T>(T command) where T : TCommand { mTypeEventSystem.SendEvent <TCommand>(command); }