public async Task <Player> Create([FromBody] NewPlayer player) { return(await _processor.Create(player)); }