public override async Task <ActionReplay> UpdateStatus(TeamModel teamModel, ServerCallContext context) { var result = await _teamService.UpdateStatusAsync(teamModel.ToTeam()); return(result.ToActionReplay()); }