public static void OnServerCommand(ServerCommandEventArgs args)
 {
     ServerCommand?.Invoke(args);
 }