public void Can_get_string_value(ErrorType errorType, string expected)
 {
     errorType.GetStringValue().ShouldBe(expected);
 }