public ContactManagementBusinessLogic(IStandardizationService addressStandardizationService, IContactManagementDataSource contactManagementDataSource)
 {
     _standardizationService = addressStandardizationService;
     _dataSource             = contactManagementDataSource;
 }
 public ContactManagementBusinessLogic(IContactManagementDataSource contactManagementDataSource)
 {
     _dataSource = contactManagementDataSource;
 }