namespace BlazorApp.PrefixCSharp; public class Prefix { public static bool Toggle(bool value) { if (value) return false; return true; } }