public StartMatchBackfillOutcome(GameLiftError error, StartMatchBackfillResult result) : base(error)
 {
     Result = result;
 }
 public StartMatchBackfillOutcome(StartMatchBackfillResult result)
 {
     Result = result;
 }