using XGame.Framework.Serialization; namespace XGame.Framework.Database { public interface ITable : ISerializable { long Key { get; } } }