private PinterestService(PinterestOAuthClient client)
 {
     Client = client;
     Boards = new PinterestBoardsEndpoint(this);
     Pins   = new PinterestPinsEndpoint(this);
     Users  = new PinterestUsersEndpoint(this);
 }
 private PinterestService(PinterestOAuthClient client) {
     Client = client;
     Boards = new PinterestBoardsEndpoint(this);
     Pins = new PinterestPinsEndpoint(this);
     Users = new PinterestUsersEndpoint(this);
 }