public string createONTID(string privatekey) { return(account.createONTID(privatekey)); }
public string CreateOntid(string privatekey) { return(_account.createONTID(privatekey)); }