
public interface Printable {
	void Print();
}
