public VideoStoreService(
			IStoreRegistration storeRegistration,
			IVideoManagement videoManagement,
			ICustomerAccount customerAccount)
        {
            StoreRegistration = storeRegistration;
            VideoManagement = videoManagement;
            CustomerAccount = customerAccount;
        }
 public VideoStoreService(
     IStoreRegistration storeRegistration,
     IVideoManagement videoManagement,
     ICustomerAccount customerAccount)
 {
     StoreRegistration = storeRegistration;
     VideoManagement   = videoManagement;
     CustomerAccount   = customerAccount;
 }