using CodexClient; namespace CodexPlugin { public class BinaryCodexStarter : ICodexStarter { public ICodexInstance[] BringOnline(CodexSetup codexSetup) { throw new NotImplementedException(); } } }