public CustomErrorMessage this[int code] => PageErrors.ContainsKey(code) ? PageErrors[code] : null;