Future<List<Role>> getAllRoles() async { return await CardinalSdkPlatformInterface.instance.apis.role.getAllRoles( _sdkId, ); }