namespace System { interface IPrintable { void Print(String outString); } }