/// <summary> /// Adds this aspect on context by type name /// </summary> /// <param name="context"><see cref="ScopeContext"/> dictionary </param> public virtual bool Begin(ScopeContext context) { context.Add(GetType().Name, this); return(true); }