private static Response <IEnumerable <IEnumerable <LinkedEntity> > > CreateLinkedEntityResponseSimple(Response response) => Response.FromValue(TextAnalyticsServiceSerializer.DeserializeLinkedEntityCollection(response.ContentStream), response);