in src/Libs/Common/Utils/StaticRandom.cs [28:34]
public static int Next(int maxValue) { lock (_random) { return _random.Next(maxValue); } }