namespace BirdsiteLive.Twitter.Models { public class TwitterUser { public string Name { get; set; } public string Description { get; set; } public string Url { get; set; } public string ProfileImageUrl { get; set; } public string ProfileBackgroundImageUrl { get; set; } } }