namespace qdr.fnd.core.test.Object.Fake { interface IDinaFake { string A { get; set; } int B { get; set; } } }