public KIWebContext(KService svc) { Service = svc; }
public KinstrumentsWebserver(int port, bool localhost) { Service = new KService(port); }