public static ErrorCodeException ToErrorCodeException(this Enum code) { return(new ErrorCodeException(code.ToInt(), code.AsText(), null)); }