public FileEncryptionService(SecureMailDbContext secureMailDbContext)
 {
     _aes       = new AesEncryption();
     _dbContext = secureMailDbContext;
 }