public Task EditCommunicationsTemplateAsync(int id, CommunicationsTemplateModel templateModel)
 {
     throw new NotImplementedException();
 }
 public Task CreateCommunicationsTemplateAsync(CommunicationsTemplateModel templateModel)
 {
     throw new NotImplementedException();
 }