public static EventBus GetRemoteEventBus(this EventBusManager man)
 {
     return(man.GetOrCreateBus(_remoteEventBusName));
 }