public Profile(string name, string url, string avatar, SocialMedia socialMedia) : this(name, url, new BitmapImage(new Uri(avatar)), socialMedia) { }