public Task Export(Stream target, List <AccountOperationBase> operations)
 {
     return(_operationsRepository.Export(target, operations));
 }