private void AddEntry(LapTimeEntry entry) { InitializeCm(); if (_cmStorage.IsBetter(entry)) { _cmStorage.Set(entry); UpdateAsync().Forget(); } }