public SqlServerMessageSender(IConnectionStringProvider connectionStringProvider, IConnectionStore connectionStore, ICallbackAddressStore callbackAddressStore, ConnectionFactory sqlConnectionFactory)
 {
     this.connectionStringProvider = connectionStringProvider;
     this.connectionStore          = connectionStore;
     this.callbackAddressStore     = callbackAddressStore;
     this.sqlConnectionFactory     = sqlConnectionFactory;
 }
 public SqlServerMessageSender(IConnectionStringProvider connectionStringProvider, IConnectionStore connectionStore, ICallbackAddressStore callbackAddressStore, ConnectionFactory sqlConnectionFactory)
 {
     this.connectionStringProvider = connectionStringProvider;
     this.connectionStore = connectionStore;
     this.callbackAddressStore = callbackAddressStore;
     this.sqlConnectionFactory = sqlConnectionFactory;
 }