public ApiImpl(DoubanClient client) { this.Client = client; }
public OpenApi(DoubanClient client) { _api = new ApiImpl(client); }