public static AppSettings Get() { var path = DefaultFilePathInfo.GetPath(); return(ConfigFactory.Get(path, Defaults)); }