public override IPublisher <int> CreatePublisher(long elements) { return(Flowable.RepeatFunction(() => 1).Take(elements)); }