namespace Oqtane.Shared { public enum Runtime { Server, WebAssembly, Hybrid } }