using System; using System.Collections.Concurrent; namespace AsbCloudApp.Services { /// /// /// public class InstantDataRepository : ConcurrentDictionary> { } }