public string DecryptedSection(int x) { return(SecretKey == "" ? "" : AesOperation.Decrypt(this, Sections[x])); }