public async ValueTask <bool> AddArticleAsync(Articles article) { return(await Provider.AddArticleAsync(article)); }