public static bool GetInfo() { Console.WriteLine("Starting GetInfo tests..."); Console.WriteLine("GetInfo: " + Bitcoind.GetInfo()); return(true); }