/// <summary>Ensures that the system has access to the service.</summary>
 [HttpGet] public async Task GetHealth() => await _service.CheckHealth(_configuration.GetValue <string>("ServiceUrls:PlayerService"));