public bool CreateUser(string cluster, string localShardName, IUser userInfo) { return(dbMgtServer.CreateUser(cluster, localShardName, userInfo)); }