public WebNotificationSender(TemplateFactory factory) : base(factory) { }
public NotificationSenderAbstractFactory(TemplateFactory templateFactory) { _templateFactory = templateFactory; }