namespace Bit.Core.Entities { public interface IStorableSubscriber : IStorable, ISubscriber { } }