export interface Lifecycle{
    Application: number,//0
    History: number,//1
    Location: number//2
}