using System.Dynamic;
namespace BITKit.Entities
{
public interface IdComponent
ulong Id { get; set; }
}
public interface IdComponent_String
string DbId { get; }