Future<String> getProfilesByName(String name) async { return getProfilesByUuid(utils.convertNameToUuid(name).toString()); }