using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace DokuTest { class PcSpeaker { internal static void test() { throw new NotImplementedException(); } } }