public async Task UpsertAsync(IEnumerable <Weight> weights) { await _healthRepository.UpsertAsync(weights); }