public JsApiProvider(JsApi api) { GetPosts = new GetPosts(api); }
public GetPosts(JsApi api) { _api = api; }