public async Task <Player> AddTag(Guid id, string tag) { return(await _repository.AddTag(id, tag)); }