using System.Collections.Generic; namespace AsbCloudDb.Model { public class RawData: Dictionary<string, object> { } }