namespace UniRx { public interface IProgress { void Report(T value); } }