protected override Task <Blog> GetEntityByIdAsync(Guid id)
 {
     return(ReadOnlyRepository.FirstOrDefaultAsync(b => b.Id == id));
 }