public static FilePokeOptions FilePoke(this ProtoServer protoServer, string filePath) { return(protoServer.FilePoke(filePath, Encoding.Default)); }