Pr/250 Expand #250 to Enum
Expands the improvements from #250 to use an enum instead of pure string for specifying requests to new Conversations endpoint for user-friendliness.
Just to be clear, there's no actual functional changes to Client or TaskClient.cs, it is just making them match in their use of #region and making it the same order for the methods between the two since there were some differences. It does not gain or lose any functionality, but sets up to be able to implement the other Conversation methods in a clear way.
Any update on this?
I haven't had time to review all of the whitespace changes yet, I need to find a good tool to throw this into for easier diffing.