/// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='eportfolioEntryId'> /// </param> /// <param name='lang'> /// </param> public static object DeleteEportfolioEntry(this IUserApi operations, string eportfolioEntryId, string lang) { return(operations.DeleteEportfolioEntryAsync(eportfolioEntryId, lang).GetAwaiter().GetResult()); }