public void A080_GetDefaultOwner()
        {
            Owner foundOwner = ownersRepository.GetDefaultOwner();

            Assert.AreEqual(Owner2.PrimaryKey, foundOwner.PrimaryKey);
        }