export type ServiceResult = { success: boolean; reason?: string; };