protected string NameOf(string value) { var code = new CSharpBuilder(Options.LanguageVersion); code.NameOf(value); return(code.ToString()); }