public void GivenIHaveGivenAndIntoTheCalculator(string firstInput, string secondInput)
 {
     CalculatorPage.TypeFirstInput(firstInput).TypeSecondInput(secondInput);
 }