public string NewBlobPath() { return(CreyNamingConvention.GetVersionedStoragePath(NewVersion, NewStoragePath)); }
public string BlobPath() { return(CreyNamingConvention.GetVersionedStoragePath(Version, StoragePath)); }
public string OldBlobPath() { return(CreyNamingConvention.GetVersionedStoragePath(OldVersion, OldStoragePath)); }