public void Create_hot_should_work_with_interface() { var config = provider.CreateHot <ICustomConfig>(source); config.Should().BeEquivalentTo(initialConfig); }