public string Decrypt() { return(Rot13.Cypher(Album)); }
public string Decrypt() { return(Rot13.Cypher(Summary)); }