public async Task <ICollection <LevyDeclarationViewModel> > GetLevyDeclarations(string accountId)
 {
     return(await _inner.GetLevyDeclarations(accountId));
 }