1namespace gorilla.commons.utility 2{ 3 public interface Identifiable<T> 4 { 5 Id<T> id { get; } 6 } 7}