public Player findTarget(Player player, string target, Room room, bool murder)
 {
     return(_fight.FindTarget(player, target, room, murder));
 }