public IEnumerable <ClassEntity> GetAllClassesOfType([FromRoute] string partitionKey) { IEnumerable <ClassEntity> tableStorageResult = classTableStorage.GetAllEntitiesOfType(partitionKey); return(tableStorageResult); }