public void Then_The_Result_Should_Be_A_ManualDeCoche() { _result.Should().BeOfType(_expectedResult.GetType()); }
public void Then_The_Result_Should_Be_The_Expected_Result() { _result.Should().BeOfType(_expectedResult.GetType()); }