Utils
public Utils(IOrganizationService crmService, ITracingService tracingService)
{
this.crmService = crmService;
this.tracingService = tracingService;
}
public Utils(IOrganizationService crmService, ITracingService tracingService)
{
this.crmService = crmService;
this.tracingService = tracingService;
}