namespace EF_Demo.Data; internal static class DbJson { public static string? JsonValue(string? expression, string path) => throw new NotSupportedException(); }