In my project I have the folowing classes:
public class Dot { public int Id { get; set; } public int Value { get; set; } // some more information