using System; using System.Collections.Generic; namespace nuget_cli { partial class Program { private static void SourceList(IEnumerable sargs) { throw new NotImplementedException(); } private static object SourceAdd(IEnumerable str) { throw new NotImplementedException(); } private static object Add(IEnumerable str) { throw new NotImplementedException(); } private static object PushPkg(IEnumerable pkg) { throw new NotImplementedException(); } private static object StoreApiKey(IEnumerable str) { throw new NotImplementedException(); } private static string LocalizeThis(string arg) { return arg; } } }