Hi, I am using NJsonSchema v10.4.6 on my app (due to some new dependency added) and optimizely started throwing the following exception. ``` System.TypeLoadException: Could not load type 'NJsonSchema.JsonSchema4' from assembly 'NJsonSchema, Version=10.4.6.0, Culture=neutral, PublicKeyToken=c2f9c3bdfae56102'. ?, in bool Validator.ValidateJSONSchema(string configJson, string schemaJson) ?, in new Optimizely(string datafile, IEventDispatcher eventDispatcher, ILogger logger, IErrorHandler errorHandler, UserProfileService userProfileService, bool skipJsonValidation, EventProcessor eventProcessor) ``` Is it possible to make optimizely sdk compatible with newer version of NJsonSchema ?