I my view model(LIST) looks like this:
public class ConversationModel { public int ID { get; set; } public string Body { get; set; }
@foreach(var model in Model) { @model.ToUserID }