* #2927: comment id model update to long instead of int
* #2927: code review fixes (1)
* #2927: code review fixes (2)
* #2927: comment id model update to long instead of int: unit tests fix
* #2927: code review fixes
* Fixed most names of parameters
---------
Co-authored-by: Victor Vorobyev <victor@myrtle-sa.com>
Co-authored-by: Brian C. Arnold <brian.arnold@spiderrock.net>
* 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