export interface IIdentifiable {
    id: any;
}