protected ICompletable CreateTimer(int ticks) => Completable.Timer(TimeSpan.FromTicks(ticks), _scheduler);