public void AllErrorMessagesAreShown_When_RegisterButtonIsClicked_With_NoDataEntered()
        {
            _registrationFormPage.RegisterButton.Click();

            _registrationFormPage.AssertAllErrorsShown(_registrationFormPage.ErrorMessageCount);
        }