public EclipsesCalculator(ISky sky, IGeoLocationsManager locationsManager) { this.sky = sky; this.sky.Calculated += Sky_Calculated; this.locationsManager = locationsManager; }