I need to find a way to convert list of arbitrary values to another list
AutoMapper works if destination type is ICollection<> because it\'s creati
ICollection<>