diff --git a/Conductor/Api/ApplicationResourceApi.cs b/Conductor/Api/ApplicationResourceApi.cs
index 6cb93351..f7e789d2 100644
--- a/Conductor/Api/ApplicationResourceApi.cs
+++ b/Conductor/Api/ApplicationResourceApi.cs
@@ -4,345 +4,11 @@
using RestSharp;
using Conductor.Client;
using Conductor.Client.Models;
+using ThreadTask = System.Threading.Tasks;
+using conductor_csharp.Api;
namespace Conductor.Api
{
- ///
- /// Represents a collection of functions to interact with the API endpoints
- ///
- public interface IApplicationResourceApi : IApiAccessor
- {
- #region Synchronous Operations
- ///
- ///
- ///
- ///
- ///
- ///
- /// Thrown when fails to make API call
- ///
- ///
- /// Object
- Object AddRoleToApplicationUser(string applicationId, string role);
-
- ///
- ///
- ///
- ///
- ///
- ///
- /// Thrown when fails to make API call
- ///
- ///
- /// ApiResponse of Object
- ApiResponse