public Task <MigrationDeprecationsResponse> DeprecationsAsync(MigrationDeprecationsRequest request, CancellationToken cancellationToken = default) { request.BeforeRequest(); return(DoRequestAsync <MigrationDeprecationsRequest, MigrationDeprecationsResponse>(request, cancellationToken)); }
public MigrationDeprecationsResponse Deprecations(MigrationDeprecationsRequest request) { request.BeforeRequest(); return(DoRequest <MigrationDeprecationsRequest, MigrationDeprecationsResponse>(request)); }