public async void SaveAsync() { await lineRepository.AddOrUpdateAsync(Line, Line.Id); await navigationService.GoBackAsync(); }