private readonly JsonSerializerOptions _jsonOptions = new () { PropertyNameCaseInsensitive = true, PropertyNamingPolicy = JsonNamingPolicy.SnakeCaseLower };