public Method GetRootBaseMethod() { return(BaseMethod == null || BaseMethod.BaseMethod == null ? BaseMethod : BaseMethod.GetRootBaseMethod()); }