public IEnumerable <MapSummary> Get()
        {
            var maps = _maps.GetMapList();

            return(maps);
        }