public static NewsLetterSubscriptionModel ToModel(this NewsLetterSubscription entity)
 {
     return(entity.MapTo <NewsLetterSubscription, NewsLetterSubscriptionModel>());
 }
 public static NewsLetterSubscriptionDto ToDto(this NewsLetterSubscription newsLetterSubscription)
 {
     return(newsLetterSubscription.MapTo <NewsLetterSubscription, NewsLetterSubscriptionDto>());
 }