public static Image GetGoLivePreview(this DiscordClient client, ulong guildId, ulong channelId, ulong userId) { return(client.GetGoLivePreviewAsync(guildId, channelId, userId).GetAwaiter().GetResult()); }