public static string CreateGist(string codeToShare) { var gist = Gist.Create("", "I SHARED CODE WITH STFU and CODE!", ".cs", codeToShare); return(gist.Url); }