namespace SimpleWebChat.BlazorWasm.Modules { public static class GlobalModule { public static string BasePath { get; set; } } }