+ General client usage
+ All clients work with the same principles:
+
+ - Mandatory parameters are non-nullable while optional parameters are nullable and will have a default value of null.
+ - Any operation will return a form of
CallResult
. This result can and should be check for success. The clients will not throw exceptions.
+
+
+