public void InitTest() { Loging._instance = null; Loging.Init(); Assert.IsNotNull(Loging._instance); }