public void SetHostCallbacks(Action <Action> wakeUp, Action flush) { _servo.SetHostCallbacks(wakeUp, flush); }