public async Task RestartStopwatchAsync(string user, string name) { await _repository.AddOrUpdateTimestampAsync(user, name, _getTimestamp()); }