I\'m trying to load related entities of a SingleOrDefault entity, but I am getting the following exception:
The navigation property of type IEnumerable is not a sing
That's because you need ICollection instead of IEnumerable.