public byte[] LoadFromFile(HgtCellCoords coords)
        {
            var filePath = _pathResolver.FindFilePath(coords);

            return(LoadHgtDataFromFile(coords, filePath));
        }