public void 定義したカスタムアクセッサを使えるか()
        {
            ApplicationRegistry.RegistCustomAccessor("CUSTOM", new CustomAccessor());

            Assert.That(ApplicationRegistry.Get <ICustomRegistry>().AssemblyName,
                        Is.EqualTo(Assembly.GetExecutingAssembly().GetName().Name));
        }