public void ResetNotificationCount()
    {
        NotificationsHandler notificationHandler = NotificationsHandler.NotificationsHandlerInstance;

        if (notificationHandler != null)
        {
            notificationHandler.ResetNotificationCount();
        }
    }