namespace Connected.Entities.Consistency { public interface IConsistentEntity : IEntity where T : notnull { string? ETag { get; } } }