public static bool TryGetResidue(string name, out Residue residue) { return(ResiduesDictionary.TryGetValue(name, out residue)); }