private string GetUrl(string id = null)
 {
     var s = new[] { options.Endpoint, options.Bucket, id };
     return String.Join("/", s.Compact());
 }