public async Task ListCaseUsers([Summary("User to list cases")] IUser user) { await _modService.ListCases(Context, user); }