public void Configuration(IFigmaDelegate currentDelegate) => figmaDelegate = currentDelegate;
 public void Configuration(IFigmaDelegate currentDelegate, string token)
 {
     SetAccessToken(token);
     Configuration(currentDelegate);
 }