public Office365TransitionReportConsumer(
     IWorkflowOffice365ActivityService workflowService,
     IProductItemService productItemService,
     IOffice365DbCustomerService office365DbCustomerServic,
     IOffice365ServiceSettings office365ServiceSettings)
 {
     _workflowService            = workflowService;
     _productItemService         = productItemService;
     _office365DbCustomerService = office365DbCustomerServic;
     _office365ServiceSettings   = office365ServiceSettings;
 }
 public SendUserSetupEmailActivity(
     IOffice365ServiceSettings office365ServiceSettings)
 {
     _office365ServiceSettings = office365ServiceSettings;
 }
 public PartnerOperations(IOffice365ServiceSettings office365ServiceSettings)
 {
     _office365ServiceSettings = office365ServiceSettings;
 }