Codacy ID: d8e1e11387b4ce87ef3eedd9266434
File: EstateReportingAPI.BusinessLogic/ReportingManager.cs
Line: 474
Rule: Complexity (Warning)
Commit: 5f2bfc8dec6178523dfd87cd5cc6ce0768f2bd01
Message: Method ReportingManager::GetRecentMerchants has 57 lines of code (limit is 50)
**Code Snippet:**
```csharp
public async Task<List<Merchant>> GetRecentMerchants(MerchantQueries.GetRecentMerchantsQuery request,
```