public APIResult registerONTID(string ontid, string privatekey) { return(account.registerONTID(ontid, privatekey)); }
public NetworkResponse RegisterOntid(string ontid, string privatekey) { return(_account.registerONTID(ontid, privatekey)); }