/// <summary>
        /// The configure.
        /// </summary>
        public static void Configure()
        {
            var registerApi = new Gw2Api.Core.ContainerRegistration();

            registerApi.Configure();
        }
 /// <summary>
 /// The configure.
 /// </summary>
 public static void Configure()
 {
     var registerApi = new Gw2Api.Core.ContainerRegistration();
     registerApi.Configure();
 }