public async Task Insert([FromBody] PlatformType platformType) { await platformTypeService.InsertAsync(platformType); }