// CS0246: The type or namespace name `M' could not be found. Are you missing an assembly reference? // Line: 11 interface I { void G (); } class C { void I.G () { } public static void Main () { } }