public UserInfoEmbedBuilderHelper WithStatus(UserStatus status) { _content.AppendLine($"Status: {status.Humanize()}"); return(this); }