public void Bind() { if (state != State.Stopped) { throw new InvalidOperationException("Engine must be stopped"); } core.Bind(); }