public static async Task <GetFieldBoundaryResponse> GetTelematicsNodeFieldBoundaryExample(int nodeId)
        {
            GetFieldBoundaryResponse response = await DataExchangeAPI.GetTelematicsNodeFieldBoundary(nodeId);

            return(response);
        }