public FileInformation(StorageType storage, string url, string fileName, string subType, string extendedInfo) { Storage = storage.ToEnumString(); Url = url; FileName = fileName; SubType = subType; ExtendedInfo = extendedInfo; }