public IFileSize GetSize(string name)
 {
     return(SizeCollection.Exists(name) ? SizeCollection[name] : null);
 }