public void SetSource(string bucketName, string source)
 {
     var ret = _bucketProvider.SetSource(new SetBucketSource(bucketName, source));
 }