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