public async Task <IEmailTemplate[]> GetAllTemplatesAsync()
 {
     return((await _templateRepository.GetAllTemplatesAsync()).ToArray());
 }