public async Task <IEnumerable <StatusLookup> > GetLookupAsync(string statusTable) { return(await statusRepository.GetLookupAsync(statusTable)); }