public void Map(TKey name, uint address, uint length) { try { map.Map(name, address, length); } catch { throw; } }