public void Should_parse_the_api_mode_with_success()
 {
     _result.ShouldBe(ApiMode.DistrictSpecific);
 }
 public void Should_parse_the_api_mode_with_success()
 {
     _result.ShouldBe(ApiMode.Sandbox);
 }
 public void Should_parse_the_api_mode_with_success()
 {
     _result.ShouldBe(ApiMode.SharedInstance);
 }