public FileFormat GetByExtension()
        {
            var result = FileFormatService.GetCached(Extension);

            return(result != null ? new FileFormat(result) : null);
        }