| 123456789101112131415161718 | namespace InABox.Integration.Logikal{    public enum LogikalMethod    {        Error = -1,        Connect = 0,        Login = 1,        ProjectCentres = 2,        Projects = 3,        Project = 4,        Phases = 5,        Elevations = 6,        BOM = 7,        Elevation = 8,        Logout = 998,        Disconnect = 999    }}
 |