bool IEveRepository.TryGetUniverseById(Universe.UniverseId id, out Universe.Universe value) { throw new NotImplementedException(); }
Universe.Universe IEveRepository.GetUniverseById(Universe.UniverseId id) { throw new NotImplementedException(); }