public async Task <string[]> GetPlayersNearby()
 {
     return(_actorManager.GetPlayersInArea());
 }