using Connected.Data;
namespace Connected.ServiceModel.Client.Subscription;
public interface ISubscription : IPrimaryKey<int>
{
}