public string errorResponse(ScriptScopeContext scope, ResponseStatus errorStatus, string fieldName) => ViewUtils.ErrorResponse(errorStatus, fieldName);
public static string ErrorResponse(this IHtmlHelper html, string fieldName) => ViewUtils.ErrorResponse(html.GetErrorStatus(), fieldName);