public static TopicTemplate ToEntity(this TopicTemplateModel model, TopicTemplate destination)
 {
     return(model.MapTo(destination));
 }
 public static TopicTemplate ToEntity(this TopicTemplateModel model)
 {
     return(model.MapTo <TopicTemplateModel, TopicTemplate>());
 }