public async Task <float> GetDistanceToPlayer(string name)
 {
     return(_actorManager.GetDistanceToPlayerWithName(name));
 }