Codacy ID: 2416ebb09abf10dfc51e355f42340d7a
File: EstateReportingAPI.BusinessLogic/ReportingManager.cs
Line: 596
Rule: Complexity (Warning)
Commit: 5f2bfc8dec6178523dfd87cd5cc6ce0768f2bd01
Message: Method ReportingManager::GetMerchants has 56 lines of code (limit is 50)
**Code Snippet:**
```csharp
public async Task<List<Merchant>> GetMerchants(MerchantQueries.GetMerchantsQuery request,
```