public GetJsonResultInfo(global::System.Text.Json.JsonDocument json, global::System.Collections.Generic.IReadOnlyCollection <global::StrawberryShake.EntityId> entityIds, global::System.UInt64 version)
 {
     Json       = json;
     _entityIds = entityIds ?? throw new global::System.ArgumentNullException(nameof(entityIds));
     _version   = version;
 }
 public GetJsonResult(global::System.Text.Json.JsonDocument json)
 {
     Json = json;
 }