public void Then_CreateMany_Is_Called_Exactly_Once()
 {
     _repository
     .Received(1)
     .BulkInsertAsync(Arg.Any <IList <LocalEnterprisePartnershipStaging> >());
 }
 public void Then_CreateMany_Is_Called_Exactly_Once()
 {
     _repository
     .Received(1)
     .BulkInsertAsync(Arg.Any <IList <LearningAimReferenceStaging> >());
 }
 public void BulkInsert_Is_Called_Exactly_Once()
 {
     _bankHolidayBulkInsertRepository
     .Received(1)
     .BulkInsertAsync(Arg.Any <IList <BankHoliday> >());
 }