public GetLongIdResponse DoesContainerTypeExist(string containerType) { GetLongIdResponse response = new GetLongIdResponse(); response.returnedId = inventoryManager.DoesContainerTypeExist(containerType); return(response); }