public async Task <int> GetPlayerNearbyCount()
 {
     return(_actorManager.GetPlayerCount());
 }