wrapMLSRequest

internal inline fun <T> wrapMLSRequest(mlsRequest: () -> T): Either<MLSFailure, T>