internal StoragePath(string storagePath) { storagePathString = storagePath; storagePathEnum = Enums.StoragePath.Custom; }
internal StoragePath(Enums.StoragePath storagePath) { storagePathEnum = storagePath; }