using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace Tango.MachineService.Models { public class SessionVariables { public static String CurrentUserGuid => "CurrentUserGuid"; } }