protected FileStorageRepository(string path) { FileStorageName = path; FileStorageFacade.Create(FileStorageName, CreateFileStorageBehaviour.IgnoreWhenExists); Api = new LastfmApiWrapper(); }