protected GatewayBase(TemplateFactory templateFactory, Authentication authentication)
 {
     _templateFactory = templateFactory;
     _authentication = authentication;
 }
 public CustomerInformationManager(TemplateFactory templateFactory, Authentication authentication)
     : base(templateFactory, authentication)
 {
 }
 public Gateway(TemplateFactory templateFactory, Authentication authentication)
     : base(templateFactory, authentication)
 {
 }