public override IPublisher <long> CreatePublisher(long elements) { return(Flowable.Timer(TimeSpan.FromMilliseconds(1), Executors.Task)); }