public async Task <(Case Previous, Case Next)> GetAdjacent(Case c) { return(await _caseRepository.GetAdjacent(c)); }