namespace Kiseki.Launcher.Windows { public class ProtocolHandler : IProtocolHandler { public void Register() { throw new NotImplementedException(); } public void Unregister() { throw new NotImplementedException(); } } }