public async Task <BookmakerDTO> Get(string name)
 => await _bookmakerService.GetAsync(name);