export enum PortDirection{
    In= 0,
    Out= 1,
    Unspecified= 2
}
