public CodeTypeDeclaration DeclareInterface(string name, params string[] inherits) { return(CodeNamespace.DeclareInterface(name, inherits)); }