public async Task <ActionResult <IEnumerable <BlogEntity> > > GetAll() { var blogs = await blogservices.GetAll(); return(blogs.ToList()); }