public Task <Player[]> GetPlayersByTag(string tag)
 {
     Console.WriteLine(tag);
     return(_mongoDBRepository.GetPlayersByTag(tag));
 }