main
1namespace presentation.windows.server.domain
2{
3    public interface Identifiable<T>
4    {
5        T id { get; }
6    }
7}