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