main
1namespace jive
2{
3  public interface Identifiable<T>
4  {
5    Id<T> id { get; }
6  }
7}