public static TestimonialDto ToDto(this Testimonial entity)
 {
     return(entity.MapTo <Testimonial, TestimonialDto>());
 }