* Add GetAllForGist with apiOption overload to IGistCommentsClient + implementation
* Add GetAllForGist overload + implementation
* Add RequestsCorrectUrlWithApiOptions unit test
* One more test to the GistCommentsClient
* Ensure argument is not null or empty
* Clean up GistCommentsClientTests class
* Implement Integration test for the GetAllForGist method
* Clean up