typedef InAppFindByFinder<T extends Entity> = ( bool isValid, List<T>? result, String? message, Status? status, );