public virtual bool Init(IArDeveloper instance)
 {
     return(true);
 }
 public bool Init(IArDeveloper instance)
 {
     return(false);
 }
 public virtual bool Init(IArDeveloper instance)
 {
     throw new NotImplementedException();
 }
 public override bool Init(IArDeveloper instance)
 {
     return(true);
 }