public NotificationCounterViewComponent(IUserCounterService userCounterService) : base(userCounterService)
 {
 }
 public BasketCounterViewComponent(IUserCounterService userCounterService) : base(userCounterService)
 {
 }
 public UserCounterViewComponent(IUserCounterService userCounterService)
 {
     this.userCounterService = userCounterService;
 }