namespace Bit.Core { public interface IDataObject { string Id { get; set; } } }