public override T GetAttribute <T>(bool inherit) { return(ci.Attribute <T>()); //return ClassHelper.GetAttribute<T>(this.ci, inherit); }