namespace Kiseki.Launcher.Interfaces;
// This is responsible for handling registration of the Kiseki protcool handler
public interface IProtocol
{
static abstract void Register();
static abstract void Unregister();
}