public void RegisterFront(string pszFrontAddress) { lock (locker) { MdApi.RegisterFront(pszFrontAddress); } }