public void MarkMultipleNotificationAsRead()
        {
            // Sign into Mars Portal
            SignIn.OpenForm();

            //Fill in credentials
            SignIn.FillCredentials(7);

            NotificationPage.ClickNotifications();
            NotificationPage.SeeAllNotifications();

            //Select Multiple notifications
            NotificationPage.SelectMultipleServiceRequests();

            NotificationPage.MarkSelection();

            //Assertion
            NotificationPage.MarkAsReadAssertion();
        }