public ActionResult <IDictionary <string, string> > ErrorCodes() { return(Ok(EnumDictionary.Of <ErrorCode>())); }