```csharp public static IObservable<GraphQLResponse<TResponse>> CreateSubscriptionStream<TResponse>( this IGraphQLClient client, GraphQLRequest request, Func<TResponse> defineResponseType){} ```