namespace Bit.Core.Entities; public interface ITableObject where T : IEquatable { T Id { get; set; } void SetNewId(); }