https://github.com/Azure-Samples/service-fabric-dotnet-data-aggregation/blob/master/HealthMetrics.CountyService/Controllers/CountyHealthController.cs#L97  There's a dedicated [TryAddAsync()](https://docs.microsoft.com/en-us/dotnet/api/microsoft.servicefabric.data.collections.ireliabledictionary-2.tryaddasync?view=azure-dotnet) method for that, why not using it?
https://github.com/Azure-Samples/service-fabric-dotnet-data-aggregation/blob/master/HealthMetrics.CountyService/Controllers/CountyHealthController.cs#L97
There's a dedicated TryAddAsync() method for that, why not using it?