public LocalizedEmbedBuilder WithUrl(string url)
 {
     _builder.WithUrl(url);
     return(this);
 }