public GetLongIdResponse DoesContainerExist(ContainerDTO container) { GetLongIdResponse response = new GetLongIdResponse(); response.returnedId = inventoryManager.DoesContainerExist(container); return(response); }