/// <summary>
 /// Construct the implementation provider.
 /// </summary>
 public Provider()
 {
     // Construct the Objective-C body provider.
     NativeApi.UnityARKit_HumanBodyProvider_Construct();
 }