private set => SetValue(LapsProperty, value);
get => (ObservableCollection <Lap>)GetValue(LapsProperty); set => SetValue(LapsProperty, value);