public async Task <ActionResult <SexDto[]> > ListAsync() => await _sexList.ListAsync() .Select(DtoExtensions.ToDto) .ToArrayAsync();