public void SetUp()
 {
     _mock = MockRepository.GenerateStub <IReadOnlyProperty>();
     _mock.Stub(x => x.ReadOnlyProperty).Return(_expected);
 }