public SamplePositions(SpaceshipTrackerContext ctx) { _ctx = ctx; }
public PositionRepository(SpaceshipTrackerContext ctx) { _ctx = ctx; }