export interface IClientContextBase { Version: string; IsMobileRequest: boolean; IsAuthenticated: boolean; IsInMaxLan: boolean; Roles: string[]; }