namespace UniRx { public interface ISubject : IObserver, IObservable { } public interface ISubject : ISubject, IObserver, IObservable { } }