using EcsRx.Groups.Observable; namespace EcsRx.Plugins.Computeds.Groups { public interface IComputedGroup : IObservableGroup { } }