static Future<Result<dynamic, String>> sendEmail(String pjson) async { return await Repository().sendEmail(pjson); }