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