namespace API_SequentMicrosystems.Models
{
public class PointsModel
public DateTime Time { get; set; }
public SortedList<byte, float[]> RTDDA { get; set; }
}