public MethodDefinition AddMethod(SmallType pType, MethodSyntax pMethod)
 {
     return(_methods.AddMethod(pType, Namespace, pMethod));
 }