namespace decePubClient.Models { public class Mention { public string DisplayName { get; set; } public string UserName { get; set; } public string UserId { get; set; } public string ProfileUrl { get; set; } } }