public void OutputQuoteCalculationResult_WhenResultIsNull_ThrowArgumentNullException()
        {
            var output = new SystemConsoleCalculationsOutput() as ICalculationsOutput;

            output.OutputQuoteCalculationResult(null);
        }
        public void OutputQuoteCalculationResult_WhenResultIsNull_ThrowArgumentNullException()
        {
            var output = new SystemConsoleCalculationsOutput() as ICalculationsOutput;

            output.OutputQuoteCalculationResult(null);
        }