// TODO: Check if valid image file before passing it along? // public ImageFileCache(IImageCacheManager downloader) { _downloader = downloader; }