private static void TopLevelEntryInstanceAnnotationTest(string feedPayload, string contentType, bool isResponse, bool shouldReadAndValidateCustomInstanceAnnotations = true)
 {
     InstanceAnnotationsReaderIntegrationTests.TopLevelEntryInstanceAnnotationTest(feedPayload, AtomContentType, /*isSingleton*/ false, isResponse, shouldReadAndValidateCustomInstanceAnnotations);
 }
 private static void InlineEntryInstanceAnnotationTest(string payload, string contentType, bool isResponse, bool shouldReadAndValidateCustomInstanceAnnotations = true)
 {
     InstanceAnnotationsReaderIntegrationTests.InlineEntryInstanceAnnotationTest(payload, AtomContentType, isResponse, shouldReadAndValidateCustomInstanceAnnotations);
 }
 public void ShouldReadInstanceAnnotationsOnTopLevelFeedResponseInAtom()
 {
     InstanceAnnotationsReaderIntegrationTests.TopLevelFeedInstanceAnnotationTest(TopLevelAtomFeedWithInstanceAnnotation, AtomContentType, isResponse: true);
 }