private static string GetSessionId() { return (string.Concat("local ", OdbTime.GetCurrentTimeInTicks().ToString(), OdbRandom.GetRandomInteger().ToString())); }
private static int GetProfileIndex(int nbProfiles) { return(Math.Abs(OdbRandom.GetRandomInteger() * nbProfiles) % nbProfiles); }