namespace OpenBirchWebsite.Services
{
public class StateContainer
public readonly Dictionary<int, object> ObjectTunnel = new();
}