public static bool Error <T>(this IValidationTarget <T> target, string message) { target.AddError(message); return(true); }