namespace Content.Client.Sandbox { public interface ISandboxManager { void Initialize(); } }