public async Task <ActionResult <IEnumerable <GenderDto> > > GetAllGendersAsync(CancellationToken cancellationToken) { return((await _lookupService.GetAllGendersAsync(cancellationToken)).ToList()); }