public Account(AccountIdentifier id) { this.Id = id; this.roles = 0; }
public By(AccountIdentifier id) { this._id = id; }