public CloudServicePythonProxy(CloudService cloudService)
 {
     _cloudService = cloudService ?? throw new ArgumentNullException(nameof(cloudService));
 }