public void WhenIClickAddANotification()
        {
            NotificationPage notificationpage = new NotificationPage();

            notificationpage.WaitForThePageToLoad();
            notificationpage.ClickTreeDotsButton();
            notificationpage.ClickAddButton();
        }