namespace Pilz.Net.Data; public interface IDataObject { public int Id { get; } }