public LibraryUserController(ILibraryUserWebApiManager libraryUserWebApiManager)
 {
     _libraryUserWebApiManager = libraryUserWebApiManager;
 }
 public InsertLibraryUserHttpFunction(IAccessTokenProvider tokenProvider, ILibraryUserWebApiManager libraryUserWebApiManager)
 {
     _tokenProvider            = tokenProvider;
     _libraryUserWebApiManager = libraryUserWebApiManager;
 }