public void Initialize()
 {
     shimsContext = ShimsContext.Create();
     SetupShims();
     btnChangeApp  = new BtnChangeApp();
     privateObject = new PrivateObject(btnChangeApp);
 }
 private bool UrlIsHomePage(BtnChangeApp btn, string url, out int communityId)
 {
     communityId = CommunityId;
     return(UrlIsHomeMethodReturn);
 }