public static BlobInfo ToBlobModel(this ContentFile file)
 {
     var retVal = new BlobInfo();
     retVal.InjectFrom(file);
     return retVal;
 }