private InstallationComponent CreateBuildRunMessageOrderProperty()
 {
     return(new InstallationComponent("Creating build run message order property",
                                      BuildRunMessageInstallationActions.CreateOrderProperty(),
                                      OtherActions.DoNothing(),
                                      OtherActions.DoNothing()));
 }
 private InstallationComponent CreateBuildRunMessageEntity()
 {
     return(new InstallationComponent("Creating build run message entity",
                                      BuildRunMessageInstallationActions.CreateEntity(),
                                      OtherActions.DoNothing(),
                                      BuildRunMessageInstallationActions.DeleteEntity()));
 }